home *** CD-ROM | disk | FTP | other *** search
- on ToggleOriginalInk
- global gCurrentInk, gInkEffectsButtonPropertyList
- set the member of sprite the clickOn to getaProp(gInkEffectsButtonPropertyList, the clickOn) + 1
- updateStage()
- repeat while the stillDown = 1
- set the blend of sprite 8 to 100
- set the ink of sprite 8 to 0
- set the ink of sprite 7 to 0
- updateStage()
- end repeat
- SetObjectInk()
- end
-